Keysight VISA.NET Help
ReadLineListOfSByte(SByte[],Int64) Method



An array of signed bytes allocated by the calling program.
The index in the output data array where the first element is stored.
Read a comma separated list of signed bytes from the formatted I/O read buffer and store them into data starting at index, then read and discard characters up to and including the next newline character.
Syntax
'Declaration
 
Overloads Function ReadLineListOfSByte( _
   ByVal data() As SByte, _
   ByVal index As Long _
) As Long
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As SByte
Dim index As Long
Dim value As Long
 
value = instance.ReadLineListOfSByte(data, index)
long ReadLineListOfSByte( 
   sbyte[] data,
   long index
)
int64 ReadLineListOfSByte( 
   array<sbyte>^ data,
   int64 index
) 

Parameters

data
An array of signed bytes allocated by the calling program.
index
The index in the output data array where the first element is stored.

Return Value

The actual number of bytes actually read from the list.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025